home *** CD-ROM | disk | FTP | other *** search
/ CyberMycha 2008 January / Cybermycha 1_2008.iso / Data.cab / _D30626CDB1A2411E8E2C6A96FD9AEB21 < prev    next >
Encoding:
Text File  |  2004-03-17  |  410 b   |  30 lines

  1. regc( 0, "TFACTOR" )
  2.  
  3. pshader("
  4.  
  5. ps_1_1
  6.  
  7. def c1, 0.13, 0.23, 0.33, 0.0
  8.  
  9. tex t0 ;texture 
  10. tex t1 ;Diffuse
  11. tex t2 ; Cubemap
  12. tex t3 ; broken
  13.  
  14. #define Fresnel    v0
  15.  
  16. mov r0, t0;
  17.  
  18. add    r0.rgb, t3, r0
  19.  
  20. mul    r0.rgb, r0, t1
  21. +add r1.a, c1.a, Fresnel.b
  22.  
  23. ;dp3 r1.rgb, r0, c1        ; chyba w menu niepotrzebne :-)
  24.  
  25. mad r0.rgb, t2, r1.a, r0
  26. ;add_sat r0.a, r1.b, t0.a    ; chyba w menu niepotrzebne :-)
  27.  
  28. ")
  29.  
  30.